home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 49 / PCPP49a.iso / editors / sofsdk / SoF SDK.msi / _30187F0BCFC041CDBEECAE0B9ADE4715 < prev    next >
Encoding:
Text File  |  2000-03-27  |  379 b   |  18 lines

  1. #include "../common/header.ds"
  2. output "p:/base/ds/tsr1"
  3.  
  4. //////////////////////////////////////////////////
  5. // swat guarding punk stands up if punk is killed
  6. //////////////////////////////////////////////////
  7.  
  8.  
  9. local entity rswat2 // the second swatguy
  10.  
  11. rswat2 = find entity with targetname "rswat2"
  12.  
  13.  
  14.  
  15.  
  16.  
  17. animate entity rswat2 performing action STD_IALERT_N_P_N
  18.